projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be65672
)
libunwind: avoid using $(PKG_NAME) in PKG_SOURCE_URL
author
Josef Schlehofer
<
[email protected]
>
Fri, 26 Sep 2025 18:09:22 +0000
(20:09 +0200)
committer
Hauke Mehrtens
<
[email protected]
>
Wed, 1 Oct 2025 18:23:42 +0000
(20:23 +0200)
If there is used $(PKG_NAME) in PKG_SOURCE_URL,
then it can not be copy&pasted to the browser's address bar.
Let's remove $(PKG_NAME) and use hardcoded project name
in the PKG_SOURCE_URL
Signed-off-by: Josef Schlehofer <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/20193
Signed-off-by: Hauke Mehrtens <
[email protected]
>
package/libs/libunwind/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/libunwind/Makefile
b/package/libs/libunwind/Makefile
index e750316eb83b6559b7a6534ae4d6c12e102c9b59..8fa2a786c458eaa7480b7dd1aca4ad11e1db2c63 100644
(file)
--- a/
package/libs/libunwind/Makefile
+++ b/
package/libs/libunwind/Makefile
@@
-13,7
+13,7
@@
PKG_VERSION:=1.8.3
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=https://github.com/
$(PKG_NAME)/$(PKG_NAME)
/releases/download/v$(PKG_VERSION)/
+PKG_SOURCE_URL:=https://github.com/
libunwind/libunwind
/releases/download/v$(PKG_VERSION)/
PKG_HASH:=be30d910e67f58d82e753231f1357f326a1a088acf126b21ff77e60aab19b90b
PKG_MAINTAINER:=Yousong Zhou <
[email protected]
>